From 9cc14da90c0a51a63486549a9b96d3274e8392c7 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 10:58:23 +0000 Subject: [PATCH] Seal GtkScaleButton public fields * gtk/gtkscalebutton.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20495 --- gtk/gtkscalebutton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index a8ea99319c..4bbd49537e 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -59,8 +59,8 @@ struct _GtkScaleButton { GtkButton parent; - GtkWidget *plus_button; - GtkWidget *minus_button; + GtkWidget *GSEAL(plus_button); + GtkWidget *GSEAL(minus_button); /*< private >*/ GtkScaleButtonPrivate *priv; -- 2.30.2